home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- put the text of member("cubase","Texts") into member ("InfoText","Texts")
- put the text of member("cubaseAward","Texts") into member ("Best","Texts")
- end
-
- on mouseDown
- global gMFCDNo
- open gMFCDNo & ":demos:cubase 4.1"
- end
-
- on mouseLeave
- put empty into member("InfoText","Texts")
- put empty into member("Best","Texts")
- end